home *** CD-ROM | disk | FTP | other *** search
- on Help
- global Game, HelpMode, NoQuiz
- if the frame <= 2 then
- set HelpMode to 1
- end if
- if (the frame >= 3) and (the frame <= 4) then
- set HelpMode to 0
- set Game to 0
- HelpMovie(17)
- set the visible of sprite 4 to 0
- end if
- cursor(4)
- puppetSound(0)
- set NoQuiz to 1
- go("Help")
- end
-